home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / wb-enhancement / chippeek21 / chippeek.doc < prev    next >
Text File  |  1996-02-13  |  5KB  |  164 lines

  1.  
  2.                            ChipPeek 2.1 documentation
  3.  
  4. DISTRIBUTION
  5.  
  6.  This software is FreeWare !
  7.  
  8. PURPOSE
  9.  
  10.  You can see your chip ram contents as a graphics screen, like any other
  11.  mempeek. I coded my own, because there were not AGA mempeek when I bought my
  12.  AMIGA 1200. (93')
  13.  But now it is 96'. See the history from 2.0 below for improvements.
  14.  
  15. SYSTEM REQUIREMENTS
  16.  
  17.  Any AMIGA with min. Kickstart 2.0 and the disk based commodities.library.
  18.  Only 15 Khz PAL supported.
  19.  It works fine on AGA machines too.
  20.  It's not a bad thing to own some chip ram (.5/1/1.5/2Mb)...
  21.  
  22. INSTALLATION
  23.  
  24.  Simply start from WB or CLI. Tooltypes are handled by WB only, no CLI
  25.  arguments.
  26.  
  27. USAGE
  28.  
  29.  Start peeking     - CX_POPKEY (def. <contorl f2>) or both mousebuttons
  30.  
  31.  Quit peeking      - CX_POPKEY (def. <control f2>) or both mousebuttons
  32.  
  33.  Vertical scroll   - move your mouse up/down
  34.  
  35.  Quick vert. scr.  - move your mouse up/down + right mousebutton
  36.  
  37.  Horizontal scroll - press <left shift> AND move your mouse right/left.
  38.  
  39.                      I coded this two direction move 'cause practical reason:
  40.                      I didn't like mempeek at that I couldn't set the right
  41.                      memposition fast. But with this method you can go fast
  42.                      through the mem (there are many dirty mouses...), and
  43.                      when you want to go only to left or right press shift.)
  44.  
  45.  Quick hor. scr.   - the above + right mousebutton
  46.  
  47.  Switch resolution - press left mousebutton (lores/hires/superhires)
  48.  
  49.  Set Modulo        - press <left alt> AND move your mouse left/right
  50.  
  51.  Set mark          - press <shift 1> or <shift 2> or <shift 3>
  52.  
  53.  Jump to mark      - press <1> or <2> or <3>
  54.  
  55.  Set to zero       - press       <z> to zero picaddress and modulo
  56.                    - press <shift z> to zero picaddress only
  57.                    - press  <lalt z> to zero modulo only
  58.  
  59.  Remove            - press <r> when you are peeking
  60.  
  61.  What numbers can you see:
  62.  
  63.  xxxxxx   xxxxxxxxxxxxxxxx                       xxxx
  64.  
  65.  address  the leftmost highlighted word in bits  modulo
  66.  
  67.  See tooltypes below from the 2.0 features.
  68.  
  69. HISTORY
  70.  
  71.  1.0 - First public release.
  72.  
  73.  1.9 - Second public release. It is prerelease of 2.0
  74.        - totally reworked
  75.        - more system friendly
  76.        - now it is commodity, all input handled by commodities.library
  77.        - hot key
  78.        - quick searches
  79.        - setmarks
  80.  
  81.  2.0 - Third public release.
  82.        - tooltypes (WB)
  83.          - CX_POPKEY (def.: control lalt p)
  84.          - CX_POPUP  (YES or NO)
  85.          - PIC1      (pic address in hex, ie.: 1fe00)
  86.          - MOD1      (modulo in hex, ie.: 28)
  87.          - RES1=0    (lores)
  88.                 1    (hires)
  89.                 2    (shires)
  90.          - PIC2,MOD2,RES2, PIC3,MOD3,RES3 like above
  91.        - zero key (z) for pic address, modulo or both
  92.        - 16 bit zoom has been redone
  93.        - peek start with both mousebuttons
  94.  
  95.  2.1 - 4th public release. Small update.
  96.        - nice MWB and 4 color icons by Rendall
  97.        - stack is set to 2048, cos it's enough
  98.        - BMB tooltype added -> peek start with both buttons is optional!
  99.        - most of the copper routines now is handled by the OS
  100.        - it should work correctly with especially multisync monitors
  101.          (sometimes the sync went away while peeking)
  102.        - you can enable or disable the peek start via comm. Exchange
  103.        - def. hotkey changed to <control f2>
  104.  
  105. FUTURE
  106.  
  107.  x.x will have:
  108.  - file peek !!! Suggestion by EFT.
  109.  - dynamic 16 bit zoom refresh
  110.  - perhaps input will be handled by intuition, or a totally systemless method
  111.    for lowmem people
  112.  - fastram peek
  113.  - if anybody want free move (to up/down/right/left) at the same time,
  114.    it will be switchable
  115.  
  116. TESTED ON
  117.  
  118.  Amiga 1200 with:
  119.  - 4 Mb fast ram, made by DERKO
  120.  - 405 Mb Conner CFS425A winchester, 2.5"->3.5" adapter made by DERKO
  121.  - 2x speed Sony CDU-55E CD-ROM
  122.  
  123. THANKS TO
  124.  
  125.  Psybu for his suggestions.
  126.  Rendall for his nice fonts.
  127.  EFT for his suggestions.
  128.  DERKO for his great hardwares.
  129.  Nemtom for his fonts.
  130.  
  131. SPECIAL THANKS TO
  132.  
  133.  Ferenc Riczak for repairing my power supply so fast.
  134.  
  135. OTHER PRODUCTS
  136.  
  137.  LessSeek      - Small validatewait like program
  138.                  on Aminet: disk/misc/LessSeek11.lha
  139.  
  140.  HunAminetDocs - Hungarian transl. of Aminet docs
  141.                  on Aminet: docs/misc/HunAminetDocs.lha
  142.  
  143.  FastOff       - Turns off the Fast mem expansion
  144.                  on Aminet: util/misc/FastOff10.lha
  145.  
  146.  SetTime       - A simple but practical SetTime script
  147.                  on Aminet: util/time/SetTime.lha
  148.  
  149. THE AUTHOR
  150.  
  151.  Szabolcs Petho
  152.  
  153.  e-mail: petho@spike.fa.gau.hu
  154.  
  155.  s-mail: Szabolcs Petho
  156.          Gorkij krt. 81.
  157.          3104 Salgotarjan
  158.          HUNGARY
  159.  
  160.  Send your suggestions, bug reports, if you have !
  161.  
  162. Bye,
  163.      Szabolcs
  164.